home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
puppy_red.swf
/
scripts
/
DefineSprite_190
/
frame_25
/
DoAction.as
Wrap
Text File
|
2008-03-11
|
277b
|
16 lines
if(ranArr[0] + 10 == this._currentframe)
{
m1._x = spaceship._x;
m1.play();
}
else if(ranArr[1] + 10 == this._currentframe)
{
m2._x = spaceship._x;
m2.play();
}
else if(ranArr[2] + 10 == this._currentframe)
{
m3._x = spaceship._x;
m3.play();
}